/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/


/*Generated by wjdhcms 3.0 */
@charset "utf-8";

::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    border-radius: 12px;
    background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
    border-radius: 12px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

 ::selection {
	background-color: #4bb031;
	color: #fff;
}

::-moz-selection {
	background-color: #4bb031;
	color: #fff;
}

::-webkit-selection {
	background-color: #4bb031;
	color: #fff;
}

#wjdh-kefu .wjdh-kefu-qq p,
#wjdh-kefu .wjdh-kefu-qq a,
#wjdh-kefu .wjdh-kefu-tel p,
#wjdh-kefu .wjdh-kefu-tel img,
#wjdh-kefu .wjdh-kefu-erweima img{
    box-sizing: content-box;
}
* {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}

body {
    font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
    color: #333;
    margin: 0;
    line-height: 1.5;
}
*:before, *:after {
    box-sizing: content-box;
}
:focus {
    outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

a {
    color: #333;
    text-decoration: none;
}

a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

li,
ul {
    list-style-type: none;
}

img {
    border: none;
}
input,textarea {
    outline: 0;
    border: 0;
    resize: none;
}



h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
    font-weight: normal;
    font-style: normal;
}

.webqq_ewm{box-sizing: content-box;}


.fixedNav {
    position: fixed !important;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100000;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));
   box-shadow: 0px 10px 12px rgba(0,0,0,.1);
}



html{
        cursor: url(../images/cur.png),
        default;
}

a{
   cursor: url(../images/Acur.png),
   default ;
}

textarea{
    animation: animated 1s infinite;
    -moz-animation: animated 1s infinite;
    -webkit-animation: animated 1s infinite;
    -o-animation: animated 1s infinite;
 
}

input[type="text"]{
     animation: animated 1s infinite;
    -moz-animation: animated 1s infinite;
    -webkit-animation: animated 1s infinite;
    -o-animation: animated 1s infinite;
}
input[type="button"]
{
   cursor: url(../images/Acur.png),
   default  !important;
}

input,button{
        outline: none;
}

@keyframes animated {
    0% {
        cursor: url('../images/Pcuro1.png'),
        auto;
    }

    8.8% {
        cursor: url('../images/Pcuro2.png'),
            auto;
    }

    17.6% {
        cursor: url('../images/Pcuro3.png'),
            auto;
    }

    26.4% {
        cursor: url('../images/Pcuro4.png'),
            auto;
    }

    35.2% {
        cursor: url('../images/Pcuro5.png'),
            auto;
    }

    44% {
        cursor: url('../images/Pcuro6.png'),
            auto;
    }

    52.8% {
        cursor: url('../images/Pcuro7.png'),
            auto;
    }

    61.6% {
        cursor: url('../images/Pcuro8.png'),
            auto;
    }

    70.4% {
        cursor: url('../images/Pcuro9.png'),
            auto;
    }

    79.2% {
        cursor: url('../images/Pcuro10.png'),
            auto;
    }

    88% {
        cursor: url('../images/Pcuro11.png'),
            auto;
    }

    100% {
        cursor: url('../images/Pcuro12.png'),
            auto;
    }

    
}



.wjdh-ico1,.wjdh-ico2{vertical-align: middle;}

.main{
    width: 1280px;
    margin: 0 auto;
}

.myclearfix:after{
    content:"";
    display:block;
    clear:both;
}
.leftl{
    float: left;
}
.rightr{
    float: right;
}

@keyframes menu1 {
    0% {
      opacity: 0;
      transform: translateX(8px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  @keyframes myfirst {
      0%,100%{
          -webkit-transform: translate(0,-5px) rotateZ(0);
      }
      50%{
          -webkit-transform: translate(0,0) rotateZ(0);
      }
    }
    @-webkit-keyframes myfirst1 {
      0%,100%{
          -webkit-transform: translate(0,-10px) rotateZ(0);
      }
      50%{
          -webkit-transform: translate(0,0) rotateZ(0);
      }
    }
    
    @keyframes myfirst2 {
    0%,100%{
        -webkit-transform: translate(-5px,0);
    }
    50%{
        -webkit-transform: translate(0,0);
    }
    }
    
  
    @keyframes msClock {
      0%,70%,100% {
        transform: rotate(0) scale(1);
      }
      10%,30% {
        transform: rotate(-15deg) scale(1.1);
      }
      20%,40% {
      transform: rotate(15deg) scale(1.1);
      }
  }

  .button.dark {
    --shadow: 0 2px 8px -1px rgba(21, 25, 36, 0.32);
    --shadow-hover: 0 4px 20px -2px rgba(21, 25, 36, 0.5);
}
.button.white {
    --shadow: 0 2px 8px -1px rgba(18, 22, 33, 0.04);
    --shadow-hover: 0 4px 20px -2px rgba(18, 22, 33, 0.12);
}

.button {
    --text: #fff;
    --font-size: 16px;
    --duration: .5s;
    --move-hover: -4px;
    font-family: 'Roboto';
    font-weight: 500;
    line-height: var(--font-size);
    display: block;
    outline: none;
    border: none;
    cursor: pointer;
    text-decoration: none;
    font-size: var(--font-size);
    letter-spacing: .5px;
    background: var(--background);
    color: var(--text);
    box-shadow: var(--shadow);
    -webkit-transform: translateY(var(--y));
    transform: translateY(var(--y));
    transition: box-shadow var(--duration) ease, -webkit-transform var(--duration) ease;
    transition: transform var(--duration) ease, box-shadow var(--duration) ease;
    transition: transform var(--duration) ease, box-shadow var(--duration) ease, -webkit-transform var(--duration) ease;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
}
.button span {
    text-align: center;
}
.button span i {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-style: normal;
}
.button span i:nth-child(1) {
    --d: 0.05s;
}
.button span i:nth-child(2) {
    --d: 0.1s;
}
.button span i:nth-child(3) {
    --d: 0.15s;
}
.button span i:nth-child(4) {
    --d: 0.2s;
}
.button span i:nth-child(5) {
    --d: 0.25s;
}
.button span i:nth-child(6) {
    --d: 0.3s;
}
.button span i:nth-child(7) {
    --d: 0.35s;
}
.button span i:nth-child(8) {
    --d: 0.4s;
}
.button span i:nth-child(9) {
    --d: 0.45s;
}
.button span i:nth-child(10) {
    --d: 0.5s;
}
.button span i:nth-child(11) {
    --d: 0.55s;
}
.button:hover {
    --y: var(--move-hover);
    --shadow: var(--shadow-hover);
    --move: -4px;
    --shadow-active: 0 3px 1px rgba(0, 0, 0, .2);
}
.button:hover i {
    -webkit-animation: move var(--duration) linear var(--d);
    animation: move var(--duration) linear var(--d);
}
.button.smoke {
    --move: 12px;
    --move-y: -8px;
    --blur: 4px;
}
.button.smoke:hover i {
    --duration: 1s;
    -webkit-animation: smoke var(--duration) linear var(--d);
    animation: smoke var(--duration) linear var(--d);
}
.button.drive {
    --move: 16px;
    --skew: 25deg;
    --skew-fast: 40deg;
    --skew-bounce: -12px;
}
.button.drive:hover i {
    --duration: 1s;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: drive var(--duration) linear var(--d);
    animation: drive var(--duration) linear var(--d);
}

@-webkit-keyframes move {
    40% {
        -webkit-transform: translateY(var(--move));
        transform: translateY(var(--move));
        text-shadow: var(--shadow-active);
    }
}

@keyframes move {
    40% {
        -webkit-transform: translateY(var(--move));
        transform: translateY(var(--move));
        text-shadow: var(--shadow-active);
    }
}
@-webkit-keyframes smoke {
    45%,
    55% {
        -webkit-filter: blur(var(--blur));
        filter: blur(var(--blur));
    }
    50%,
    50.1% {
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(var(--move)) translateY(var(--move-y));
        transform: translateX(var(--move)) translateY(var(--move-y));
    }
    50.1% {
        -webkit-transform: translateX(calc(var(--move) * -1));
        transform: translateX(calc(var(--move) * -1));
    }
}
@keyframes smoke {
    45%,
    55% {
        -webkit-filter: blur(var(--blur));
        filter: blur(var(--blur));
    }
    50%,
    50.1% {
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(var(--move)) translateY(var(--move-y));
        transform: translateX(var(--move)) translateY(var(--move-y));
    }
    50.1% {
        -webkit-transform: translateX(calc(var(--move) * -1));
        transform: translateX(calc(var(--move) * -1));
    }
}
@-webkit-keyframes drive {
    40% {
        opacity: 1;
    }
    55% {
        -webkit-transform: skewX(var(--skew)) translateX(var(--move));
        transform: skewX(var(--skew)) translateX(var(--move));
    }
    56% {
        -webkit-transform: skewX(var(--skew-fast)) translateX(calc(var(--move) * -1));
        transform: skewX(var(--skew-fast)) translateX(calc(var(--move) * -1));
    }
    55%,
    56% {
        opacity: 0;
    }
    75% {
        -webkit-transform: skewX(var(--skew));
        transform: skewX(var(--skew));
    }
    85% {
        -webkit-transform: skewX(var(--skew-bounce));
        transform: skewX(var(--skew-bounce));
    }
}

@keyframes drive {
    40% {
        opacity: 1;
    }
    55% {
        -webkit-transform: skewX(var(--skew)) translateX(var(--move));
        transform: skewX(var(--skew)) translateX(var(--move));
    }
    56% {
        -webkit-transform: skewX(var(--skew-fast)) translateX(calc(var(--move) * -1));
        transform: skewX(var(--skew-fast)) translateX(calc(var(--move) * -1));
    }
    55%,
    56% {
        opacity: 0;
    }
    75% {
        -webkit-transform: skewX(var(--skew));
        transform: skewX(var(--skew));
    }
    85% {
        -webkit-transform: skewX(var(--skew-bounce));
        transform: skewX(var(--skew-bounce));
    }
}

@keyframes movec{
    0%,100%{
      clip: rect(0,300px,5px,0);
    }
    25%{
      clip: rect(0,300px,210px,295px);
    }
    50%{
      clip: rect(205px, 300px, 210px, 0);
    }
    75%{
      clip: rect(0, 5px, 210px, 0px);
    }
  }

  @keyframes ripple {
    0% {
      box-shadow: 0 0 0 0 rgba(24, 125, 178, 0.1), 0 0 0 10px rgba(24, 125, 178, 1);
    }
    100% {
      box-shadow: 0 0 0 10px rgba(24, 125, 178, 1), 0 0 0 15px rgba(24, 125, 178, 0);
    }
  }
  @keyframes ripple2 {
    0% {
      box-shadow: 0 0 0 0 rgba(255, 204, 67, 0.1), 0 0 0 10px rgba(255, 204, 67, 1);
    }
    100% {
      box-shadow: 0 0 0 10px rgba(255, 204, 67, 1), 0 0 0 15px rgba(255, 204, 67, 0);
    }
  }


  @keyframes tra1{
    0% {
        transform: scale(0);
    }
    20%{
        transform: scale(1);   
    }
    100% {
        transform: scale(0);
    }
  }
  @keyframes tra2{
    0% {
        transform: scale(1);
    }
    50%{
        transform: scale(0.5);   
    }
    100% {
        transform: scale(1);
    }
}

@keyframes rotate{
    0% {
        transform: rotateZ(0);
    }
    50%{
        transform: rotateZ(180deg);
    }
    100% {
        transform: rotateZ(360deg);
    }
}

@keyframes ripple {
    0% {
      box-shadow: 0 0 0 0 rgba(51, 51, 51, 0.1), 0 0 0 10px rgba(51, 51, 51, .2);
    }
    100% {
      box-shadow: 0 0 0 10px rgba(51, 51, 51, .1), 0 0 0 15px rgba(51, 51, 51, 0);
    }
}

@keyframes jello {
  
    from,
  
    11.1%,
  
    to {
  
      -webkit-transform: none;
  
      -moz-transform: none;
  
      transform: none;
  
    }
  
    22.2% {
  
      -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
  
      -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
  
      transform: skewX(-12.5deg) skewY(-12.5deg);
  
    }
  
    33.3% {
  
      -webkit-transform: skewX(6.25deg) skewY(6.25deg);
  
      -moz-transform: skewX(6.25deg) skewY(6.25deg);
  
      transform: skewX(6.25deg) skewY(6.25deg);
  
    }
  
    44.4% {
  
      -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
  
      -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
  
      transform: skewX(-3.125deg) skewY(-3.125deg);
  
    }
  
    55.5% {
  
      -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
  
      -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
  
      transform: skewX(1.5625deg) skewY(1.5625deg);
  
    }
  
    66.6% {
  
      -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
  
      -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
  
      transform: skewX(-0.78125deg) skewY(-0.78125deg);
  
    }
  
    77.7% {
  
      -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
  
      -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
  
      transform: skewX(0.390625deg) skewY(0.390625deg);
  
    }
  
    88.8% {
  
      -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  
      -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  
      transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  
    }
  
}

/* nav S */
.navi {
    width: 100%;
    height: 117px;
    line-height: 63px;
    background-color: #fff;
    position: relative;
    z-index: 2;
  }
  .navi .navi_main {
    width: 1280px;
    margin: 0 auto;
    height: 100%;
  }
  .navi .navi_main .navi_list {
    width: 55%;
    height: 100%;
  }
  .navi .navi_main .navi_list > li {
    float: left;
    width: 14.2%;
    height: 100%;
    font-size: 16px;
    color: #444444;
  }
  .navi .navi_main .navi_list > li > a {
    display: block;
    width: 100%;
    color: #444444;
    position: relative;
    z-index: 1;
    text-align: center;
    line-height: 16px;
    padding-top: 50px;
    box-sizing: border-box;
  }

  .navi .navi_main .navi_list > li > a::after {
    content: "";
    position: absolute;
    width: 0;
	height: 150px;
    left: 50%;
    transform: translate(-50%);
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    z-index: -1;
    top: 0;
    background-color: #4bb031;
    border-radius: 0px 0px 55px 55px;
  }
  .navi .navi_main .navi_list > li > a::before{
    content: "";
    position: absolute;
    width: 0;
    height: 19px;
    background: url(../images/nav_on.png) center no-repeat;
    left: 50%;
    transform: translate(-50%);
    top: 92px;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
  }
  .navi .navi_main .navi_list > li.another > a {
    color: #ffffff;
  }
  .navi .navi_main .navi_list > li.another > a::after {
    width: 100%;
  }
  .navi .navi_main .navi_list > li.another > a::before {
    width: 35px;
  }
  .xiala{
    top: 117px;
    width: 1260px !important;
  }
  .xiala .main{
    width: 1200px;
  }
  .navi .navi_main .navi_list > li .navi_pro {
    position: absolute;
    width: 1260px;
    height: 475px;
    background-color: #f8f8f8;
    overflow: hidden;
    left: 50%;
    transform: translate(-50%);
    padding-top: 33px;
    box-sizing: border-box;
    display: none;
    border-radius: 0 0 10px 10px;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pt {
    width: 100%;
    margin: 0 auto;
    transform: translateY(10px);
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pt ul li {
    float: left;
    width: 16.1%;
    margin-right: 0.6%;
    height: 80px;
    background-color: #ffffff;
    border-radius: 10px 0px 0px 0px;
    padding: 12px 0 0 12px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pt ul li:hover > a {
    color: #4bb031;
    transform: translate(5px);
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pt ul li:hover > a::after {
    right: 15px;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pt ul li > span {
    display: block;
    font-size: 14px;
    line-height: 14px;
    font-family: Arial;
    color: #666666;
    background: url(../images/navi1.png) left center no-repeat;
    padding-left: 26px;
    box-sizing: border-box;
    text-align: left;
    margin-left: 13px;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pt ul li > a {
    display: block;
    width: 100%;
    height: 48px;
    border-bottom: 1px solid #4bb031;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 48px;
    color: #4bb031;
    padding: 0 30px 0 13px;
    box-sizing: border-box;
    position: relative;
    text-align: left;
    background: #f5fafe;
    border-radius: 10px 0 0 0;
    margin-top: 5px;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pt ul li > a::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 5px;
    background: url(../images/navi2.png) center no-repeat;
    animation: 2s infinite myfirst2;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pt ul li:nth-child(6n) {
    margin-right: 0;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pro_v {
    width: 100%;
    margin-top: 30px;
    transform: translateY(10px);
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pro_v .nav_pro_vl {
    width: 380px;
    height: 300px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    box-sizing: border-box;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pro_v .nav_pro_vl:hover > a > img {
    transform: scale(1.05);
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pro_v .nav_pro_vl > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pro_v .nav_pro_vl > a > img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pro_v .nav_pro_vl .navi_pro_txt {
    position: absolute;
    width: 250px;
    height: 35px;
    color: #000000;
    border-radius: 0px 10px 10px 0px;
    background: rgba(255, 255, 255, 0.7);
    left: 10px;
    bottom: 30px;
    line-height: 35px;
    text-align: left;
    font-size: 14px;
    padding: 0 28px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pro_v .nav_pro_vl .navi_pro_txt::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 14px;
    background-color: #4bb031;
    top: 11px;
    left: 13px;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pro_v .navi_pro_vr {
    width: 800px;
    height: 300px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px 20px 0;
    box-sizing: border-box;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pro_v .navi_pro_vr ul li {
    float: left;
    width: 242px;
    height: 263px;
    margin-right: 16px;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pro_v .navi_pro_vr ul li:hover .navi_box {
    border: solid 1px #4bb031;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pro_v .navi_pro_vr ul li:hover .navi_box > a > img {
    transform: scale(1.05);
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pro_v .navi_pro_vr ul li:hover .navi_pro_t > a {
    color: #4bb031;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pro_v .navi_pro_vr ul li:hover .navi_pro_t > span {
    background: #4bb031;
    border: solid 1px #4bb031;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pro_v .navi_pro_vr ul li:hover .navi_pro_t > span > a {
    color: #ffffff;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pro_v .navi_pro_vr ul li .navi_box {
    width: 100%;
    height: 190px;
    border-radius: 10px;
    border: solid 1px #eeeeee;
    box-sizing: border-box;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pro_v .navi_pro_vr ul li .navi_box > a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pro_v .navi_pro_vr ul li .navi_box > a > img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    border-radius: 10px;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pro_v .navi_pro_vr ul li .navi_pro_t {
    margin-top: 17px;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pro_v .navi_pro_vr ul li .navi_pro_t > a {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    color: #454545;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 12px;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    position: relative;
    padding: 0 30px 0 10px;
    box-sizing: border-box;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pro_v .navi_pro_vr ul li .navi_pro_t > a::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    background: #e0e0e2;
    right: 10px;
    top: 50%;
    margin-top: -1px;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pro_v .navi_pro_vr ul li .navi_pro_t > span {
    display: block;
    width: 150px;
    height: 30px;
    border-radius: 15px;
    border: solid 1px #eeeeee;
    box-sizing: border-box;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: #999999;
    margin: 0 auto;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pro_v .navi_pro_vr ul li .navi_pro_t > span > a {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pro_v .navi_pro_vr ul li:nth-child(3n) {
    margin-right: 0;
  }
  .navi .navi_main .navi_list > li .navi_ab {
    position: absolute;
    width: 70%;
    overflow: hidden;
    background-color: #f8f8f8;
    height: 430px;
    padding-top: 35px;
    box-sizing: border-box;
    left: 50%;
    transform: translate(-50%);
    display: none;
  }
  .navi .navi_main .navi_list > li .navi_ab .main .navi_abt {
    line-height: 18px;
    text-align: left;
    padding-left: 28px;
    font-size: 16px;
    color: #333333;
    background: url(../images/navi3.png) left center no-repeat;
  }
  .navi .navi_main .navi_list > li .navi_ab .main .navi_ab_con {
    width: 100%;
    margin-top: 26px;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
  }
  .navi .navi_main .navi_list > li .navi_ab .main .navi_ab_con .navi_ab_txt {
    width: 750px;
    height: 300px;
    background: url(../images/navi_abbg.jpg) right center no-repeat;
    padding: 35px 0 0 30px;
    box-sizing: border-box;
    transition: all 0.8s ease;
    transform: translate(-20px);
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
  }
  .navi .navi_main .navi_list > li .navi_ab .main .navi_ab_con .navi_ab_txt > h5 {
    width: 420px;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    height: 240px;
    overflow: hidden;
  }
  .navi .navi_main .navi_list > li .navi_ab .main .navi_ab_con .navi_ab_txt > h5 a {
    color: #999999;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
  }
  .navi .navi_main .navi_list > li .navi_ab .main .navi_ab_con .navi_ab_txt > h5 a:hover {
    color: #4bb031;
  }
  .navi .navi_main .navi_list > li .navi_ab .main .navi_ab_con .navi_ab_ico {
    width: 420px;
    transition: all 0.8s ease;
    transform: translate(20px);
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
  }
  .navi .navi_main .navi_list > li .navi_ab .main .navi_ab_con .navi_ab_ico .navi_ab_item {
    width: 200px;
    height: 300px;
    background-color: #ffffff;
    border-radius: 10px;
    padding-top: 47px;
    box-sizing: border-box;
    margin-right: 20px;
    position: relative;
    z-index: 1;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
  }
  .navi .navi_main .navi_list > li .navi_ab .main .navi_ab_con .navi_ab_ico .navi_ab_item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
  .navi .navi_main .navi_list > li .navi_ab .main .navi_ab_con .navi_ab_ico .navi_ab_item:hover > i {
    background: #4bb031;
    border: solid 1px #4bb031;
  }
  .navi .navi_main .navi_list > li .navi_ab .main .navi_ab_con .navi_ab_ico .navi_ab_item:hover > i > a {
    color: #ffffff;
  }
  .navi .navi_main .navi_list > li .navi_ab .main .navi_ab_con .navi_ab_ico .navi_ab_item::after {
    content: "";
    position: absolute;
    width: 58px;
    height: 58px;
    background-color: #f8f8f8;
    border-radius: 50%;
    z-index: -1;
    top: 82px;
    left: 50%;
    transform: translate(-50%);
  }
  .navi .navi_main .navi_list > li .navi_ab .main .navi_ab_con .navi_ab_ico .navi_ab_item > a {
    display: block;
    width: 100%;
    height: 74px;
  }
  .navi .navi_main .navi_list > li .navi_ab .main .navi_ab_con .navi_ab_ico .navi_ab_item > span {
    display: block;
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    margin: 50px 0 20px;
    text-align: center;
  }
  .navi .navi_main .navi_list > li .navi_ab .main .navi_ab_con .navi_ab_ico .navi_ab_item > em {
    display: block;
    width: 37px;
    height: 1px;
    background-color: #4bb031;
    margin: 0 auto 20px;
  }
  .navi .navi_main .navi_list > li .navi_ab .main .navi_ab_con .navi_ab_ico .navi_ab_item > i {
    display: block;
    width: 150px;
    height: 30px;
    border-radius: 15px;
    border: solid 1px #eeeeee;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #999999;
    line-height: 28px;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
  }
  .navi .navi_main .navi_list > li .navi_ab .main .navi_ab_con .navi_ab_ico .navi_ab_item > i > a {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    color: #999999;
  }
  .navi .navi_main .navi_list > li .navi_ab .main .navi_ab_con .navi_ab_ico .navi_ab_item:nth-child(1) > a {
    background: url(../images/navi4.png) center no-repeat;
  }
  .navi .navi_main .navi_list > li .navi_ab .main .navi_ab_con .navi_ab_ico .navi_ab_item:nth-child(2) {
    margin-right: 0;
  }
  .navi .navi_main .navi_list > li .navi_ab .main .navi_ab_con .navi_ab_ico .navi_ab_item:nth-child(2) > a {
    background: url(../images/navi5.png) center no-repeat;
  }
  .navi .navi_main .navi_list > li .navi_news {
    position: absolute;
    width: 70%;
    height: 490px;
    background-color: #f8f8f8;
    overflow: hidden;
    left: 50%;
    transform: translate(-50%);
    padding-top: 32px;
    box-sizing: border-box;
    display: none;
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_top {
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    opacity: 0;
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_top > .navi_newst {
    font-size: 16px;
    line-height: 18px;
    padding-left: 23px;
    background: url(../images/navi6.png) left center no-repeat;
    color: #333333;
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_top > .navi_newst a {
    color: #333333;
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_top .navi_news_tlist {
    width: 100%;
    margin-top: 15px;
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_top .navi_news_tlist li {
    float: left;
    width: 23.5%;
    height: 220px;
    margin-right: 2%;
    background-color: #ffffff;
    padding: 40px 20px 0;
    box-sizing: border-box;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_top .navi_news_tlist li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_top .navi_news_tlist li:hover > a {
    color: #4bb031;
    transform: translate(5px);
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_top .navi_news_tlist li > a {
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_top .navi_news_tlist li > span {
    display: block;
    width: 31px;
    height: 1px;
    background-color: #4bb031;
    margin: 26px 0 20px;
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_top .navi_news_tlist li > p {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #666666;
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_top .navi_news_tlist li > h5 {
    line-height: 14px;
    margin-top: 30px;
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_top .navi_news_tlist li > h5 > span {
    font-size: 14px;
    color: #666666;
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_top .navi_news_tlist li > h5 > a {
    font-size: 14px;
    font-family: Arial;
    color: #4bb031;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_top .navi_news_tlist li > h5 > a:hover {
    transform: translate(-5px);
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_top .navi_news_tlist li:nth-child(4n) {
    margin-right: 0;
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_botm {
    margin-top: 27px;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    opacity: 0;
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_botm > .navi_newst {
    font-size: 16px;
    line-height: 18px;
    padding-left: 23px;
    background: url(../images/navi7.png) left center no-repeat;
    color: #333333;
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_botm > .navi_newst a {
    color: #333333;
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_botm .navi_news_bcon {
    width: 100%;
    height: 120px;
    background-color: #ffffff;
    padding: 10px 20px 0;
    box-sizing: border-box;
    margin-top: 16px;
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_botm .navi_news_bcon ul li {
    float: left;
    width: 366px;
    height: 44px;
    box-sizing: border-box;
    border-bottom: solid 1px #eeeeee;
    line-height: 43px;
    margin-right: 30px;
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_botm .navi_news_bcon ul li:hover > a {
    color: #4bb031;
    transform: translate(5px);
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_botm .navi_news_bcon ul li:hover > a::after {
    transform: rotateY(360deg);
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_botm .navi_news_bcon ul li > a {
    float: left;
    width: 75%;
    height: 100%;
    font-size: 14px;
    color: #666666;
    padding-left: 20px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_botm .navi_news_bcon ul li > a::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 13px;
    background: url(../images/navi8.png) center no-repeat;
    left: 0;
    top: 50%;
    margin-top: -7px;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_botm .navi_news_bcon ul li > span {
    font-size: 14px;
    font-family: Arial;
    color: #999999;
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_botm .navi_news_bcon ul li:nth-child(3n) {
    margin-right: 0;
  }

  /* nav E */

  /* xunpan S */
.container1 {
    height: auto;
    margin: 0 auto;
}
.topxunpan {
    text-align: left;
    width: 372px;
    height: 100%;
    line-height: 86px;
    padding-left: 114px;
    box-sizing: border-box;
    background: url(../images/ser02.png) 85px center no-repeat;
    border-right: solid 1px #dcdcdc;
}
.topxunpan>i{
    display: block;
    width: 40px;
    height: 40px;
    margin: 18px auto 10px;
}
.topxunpan .xp {
    position: relative;
    color: #4bb031;
    font-size: 16px;
    cursor: pointer;
}
.topxunpan .xp img {
    position: relative;
    top: 2px;
    margin-right: 2px;
}
.topxunpan .xp i {
    color: #4bb031;
    font-size: 16px;
}
.topxunpan .xp #xunpantip {
    z-index: 999;
    position: absolute;
    top: 35px;
    left: 50%;
    width: 180px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    -webkit-transform: translateX(-50%) scale(0);
    -moz-transform: translateX(-50%) scale(0);
    -o-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    -webkit-transition: transform .4s, opacity .4s;
    -moz-transition: transform .4s, opacity .4s;
    -o-transition: transform .4s, opacity .4s;
    -ms-transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s;
    background-color: #4bb031;
    border-radius: 4px;
    opacity: 0;
    font-weight: bold;
    box-shadow: 5px 5px 2px #dfdfdf;
}
.topxunpan .xp #xunpantip::after {
    content: '';
    position: absolute;
    top: -16px;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%); 
    -moz-transform: translateX(-50%); 
    -o-transform: translateX(-50%); 
    -ms-transform: translateX(-50%); 
    transform: translateX(-50%); 
    border: 8px solid transparent;
    border-bottom-color: #4bb031;
}
.topxunpan .xp #xunpantip.xunpantextactive {
    -webkit-transform: translateX(-50%) scale(1); 
    -moz-transform: translateX(-50%) scale(1); 
    -o-transform: translateX(-50%) scale(1); 
    -ms-transform: translateX(-50%) scale(1); 
    transform: translateX(-50%) scale(1); 
    opacity: 1;
}

.top_line{
    width: 100%;
    height: 1px;
    background: transparent;
}

.logo {
  width: 100px;
  height: 88px;
  margin-top: 15px;
}
.logo > h1 {
  width: 100%;
  height: 100%;
  margin: 0;
}
.logo > h1 > a {
  display: block;
  width: 100%;
  height: 100%;
}
.logo > h1 > a > img {
  display: block;
  width: 100%;
}
.logo_name {
  margin: 28px 0 0 20px;
}
.logo_name > h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
  color: #4bb031;
  margin-bottom: 13px;
}
.logo_name > p {
  font-size: 15px;
  line-height: 15px;
  color: #444444;
}

/* foo S */
.foo {
  width: 100%;
  height: 566px;
  box-sizing: border-box;
  background: url(../images/foo_bg.jpg) center no-repeat;
}
.foo .foo_main .foo_top {
  width: 100%;
}
.foo .foo_main .foo_top .add_l > h5 {
  line-height: 24px;
}
.foo .foo_main .foo_top .add_l > h5:hover > i {
  animation: 2s infinite msClock;
}
.foo .foo_main .foo_top .add_l > h5 > i {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 24px;
}
.foo .foo_main .foo_top .add_l > h5 > span {
  margin-left: 28px;
  font-size: 16px;
  line-height: 44px;
  color: #333333;
}
.foo .foo_main .foo_top .add_l > h5:nth-child(2) > i {
  background: url(../images/add1.png) center no-repeat;
}
.foo .foo_main .foo_top .add_l > h5:nth-child(3) > i {
  background: url(../images/add2.png) center no-repeat;
}
.foo .foo_main .foo_top .add_l > h5:nth-child(4) > i {
  background: url(../images/add3.png) center no-repeat;
}
.foo .foo_main .foo_top .add_l > h5:nth-child(5) > i {
  background: url(../images/add4.png) center no-repeat;
}
.foo .foo_main .foo_top .ewm {
  margin-left: 120px;
}
.foo .foo_main .foo_top .ewm > img {
  float: left;
  width: 124px;
  height: 124px;
}
.foo .foo_main .foo_top .ewm > p {
  writing-mode: tb-rl;
  font-size: 16px;
  color: #333333;
  line-height: 16px;
  text-align: center;
  height: 124px;
  margin-left: 13px;
}
.foo .foo_main .foo_top .bq {
  width: 500px;
  font-size: 14px;
  line-height: 34px;
  color: #333333;
  text-align: right;
}
.foo .foo_main .foo_top .bq a {
  color: #333333;
}
.foo .foo_main .foo_top .bq img {
  display: inline-block;
  vertical-align: middle;
}
.foo .foo_main .foo_botm {
  width: 100%;
}
.foo .foo_main .foo_botm .foo_nav {
  width: 600px;
  margin-top: 80px;
}
.foo .foo_main .foo_botm .foo_nav dl {
  width: 100%;
  line-height: 20px;
  margin-bottom: 44px;
}
.foo .foo_main .foo_botm .foo_nav dl dt {
  float: left;
  width: 20%;
  font-size: 20px;
  color: #ffffff;
}
.foo .foo_main .foo_botm .foo_nav dl > dd {
  float: left;
  width: 20%;
  font-size: 14px;
  color: #ffffff;
  padding-right: 10px;
  box-sizing: border-box;
}
.foo .foo_main .foo_botm .foo_nav dl > dd > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.foo .foo_main .foo_botm .foo_nav dl > dd > a:hover {
  transform: translate(5px);
}
.foo .foo_main .foo_botm .inform {
  width: 456px;
  margin-right: 52px;
  margin-top:60px;
}
.foo .foo_main .foo_botm .inform input::placeholder {
  font-size: 16px;
  font-family: Arial;
  color: #666666;
}
.foo .foo_main .foo_botm .inform input:focus::placeholder {
  font-size: 16px;
  font-family: Arial;
  color: transparent;
}
.foo .foo_main .foo_botm .inform textarea::placeholder {
  font-size: 16px;
  font-family: Arial;
  color: #666666;
}
.foo .foo_main .foo_botm .inform textarea:focus::placeholder {
  font-size: 16px;
  font-family: Arial;
  color: transparent;
}
.foo .foo_main .foo_botm .inform > input {
  float: left;
  width: 230px;
  height: 38px;
  border-radius: 4px;
  padding: 0 50px 0 13px;
  box-sizing: border-box;
  margin-bottom: 18px;
}
.foo .foo_main .foo_botm .inform #userName {
  margin-right: 10px;
  background: url(../images/in1.png) 200px center no-repeat #fff;
}
.foo .foo_main .foo_botm .inform #userPhone {
  width: 216px;
  background: url(../images/in2.png) 200px center no-repeat #fff;
}
.foo .foo_main .foo_botm .inform > textarea {
  display: block;
  width: 100%;
  height: 124px;
  border-radius: 4px;
  padding: 15px 60px 0 13px;
  box-sizing: border-box;
  margin-bottom: 28px;
  background: url(../images/in3.png) 422px 14px no-repeat #fff;
}
.foo .foo_main .foo_botm .inform .code_box {
  width: 229px;
  height: 38px;
  background-color: #ffffff;
  border-radius: 4px;
  position: relative;
}
.foo .foo_main .foo_botm .inform .code_box > input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 100px 0 12px;
  box-sizing: border-box;
}
.foo .foo_main .foo_botm .inform .code_box > img {
  position: absolute;
  width: 79px;
  height: 32px;
  cursor: pointer;
  right: 3px;
  top: 3px;
}
.foo .foo_main .foo_botm .inform > button {
  width: 216px;
  height: 38px;
  background-color: #4bb031;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  color: #ffffff;
}
/* foo E */
